runtime.heapStatsAggregate.totalAllocs (field)
5 uses
runtime (current package)
metrics.go#L112: out.scalar = in.heapStats.totalAllocs
metrics.go#L379: totalAllocs uint64
metrics.go#L391: a.totalAllocs = uint64(a.largeAllocCount)
metrics.go#L398: a.totalAllocs += na
metrics.go#L404: a.numObjects = a.totalAllocs - a.totalFrees
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)